home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHome 1999 Game
/
Image.bin
/
Humor
/
Billmo Comedy
/
Billmo Comedy Skit
/
Billmo Comedy Skit.0
/
00009_Back to Billmo or Main.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-05-01
|
213 b
|
15 lines
on enterFrame
global gClickle
puppetSound(0)
if gClickle = 8 then
set gClickle to 1
else
nothing()
end if
if gClickle = 1 then
play frame "Main"
else
play frame "Billmo"
end if
end